@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	color: #000000;
	background-color: #f6f6f6;
	font-family: Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
	height: 100%;
	-webkit-text-size-adjust: none;
}

body > #container { height: auto; }

a:link { color: #0000cc; text-decoration: underline; }
a:visited { color: #0000cc; text-decoration: underline; }
a:active { color: #0000cc; text-decoration: underline; }
a:hover { color: #ff6600; text-decoration: underline; }

ul, ol { list-style: none; }

img {
	vertical-align: baseline;
	border: 0;
}

#container {
	background-color: #ffffff;
	height: 100%;
	min-height: 100%;
}

/* Navigation Skip */
p.skip_nav a {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
p.skip_nav a:focus, p.skipnav a:active {
	left: 0;
	width: auto;
	height: auto;
	overflow: visible;
	padding: 0 0.5em;
	background-color: #ffffff;
}

/*------------ Header ------------*/
#header { padding-top: 10px; }
#header:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* Canon Logo */
#header div.logo_wrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}
#header div.logo {
	float: left;
	padding: 0 5px 5px 5px;
}

/* Language Select Link */
#header ul.lang_link {
	float: right;
	margin-right: 3%;
	list-style-image: url(common/arrow.gif);
	display: none;
}
#header ul.lang_link li a { color: #555555; text-decoration: none; }
#header ul.lang_link li a:hover { color: #ff6600; }

/* Search Block */
#header div.search_wrap:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* Search Tips */
#header ul.hint {
	font-size: 0.8em;
	text-align: right;
	margin-right: 3%;
	margin-bottom: 3px;
}
#header ul.hint a { color: #000000; text-decoration: none; }
#header ul.hint a:hover { color: #ff6600; }
#header ul.hint img { vertical-align: middle; }

/* Search Form */
#cse-search-form {
	float: right;
	max-width: 250px;
	min-width: 200px;
	margin: 0 3% 10px 3%;
}

/* Input Box */
#cse-search-form td.gsc-input {
	padding-right: 0;
}
#cse-search-form div.gsc-input-box {
	border: 1px solid #000000;
	height: 20px;
}
#cse-search-form input.gsc-input {
	font-size: 12px;
}

/* Search Button */
#cse-search-form input.gsc-search-button {
	border: 1px solid #0e1b3f;
	background-color: #0e1b3f;
	background-image: none;
	filter: none;
}
#cse-search-form input.gsc-search-button:hover {
	border: 1px solid #ff6600;
	background-color: #ff6600;
}
#cse-search-form input.gsc-search-button-v2 {
	padding: 4px 4px 3px 4px;
	margin-top: 0;
}

/* Navigation */
#header div.nav {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#header div.nav:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* Navigation List */
#header ul.nav_list {
	margin-left: 3%;
	list-style-image: url(common/arrow.gif);
}
#header ul.nav_list li { margin-left: 20px; }
#header ul.nav_list li a { color: #555555; text-decoration: none; }
#header ul.nav_list li a:hover { color: #ff6600; }

/* Topic Path */
#header ol.topic_path { display: none; }

/* Search Number */
#header p.search_num {
	float: left;
	margin-left: 3%;
	padding: 0 0.5em;
	border: 1px solid #000000;
}
#header p.search_num + p.search_num {
	margin-left: 5px;
}

/* Application Name */
#header p.app_name {
	clear: both;
	float: left;
	margin-left: 3%;
	padding: 0 1em;
	border: 1px solid #000000;
}
#header p.search_num + p.app_name {
	margin-top: 10px;
}

/*------------ Contents ------------*/
#contents {
	width: 94%;
	margin: 0 auto;
	padding-top: 1.5em;
}

/* Main Block */
#main { margin-bottom: 2em; }

/* Sub Block */
#sub { margin-bottom: 2em; }

/*------------ Footer ------------*/
#footer { padding-bottom: 10px; }

/* Navigation */
#footer div.nav {
	margin-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}
#footer div.nav:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: "";
}

/* Page Transition Button */
#footer ul.page_transition {
	margin-bottom: 20px;
	text-align:center;
}
#footer ul.page_transition li {
	display: inline;
	padding: 0 5px;
}

/* Go to Top */
#footer p.gototop {
	float: right;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-right: 3%;
	padding: 0.5em 1em;
}
#footer p.gototop a { color: #555555; text-decoration: none; }
#footer p.gototop a:hover { color: #ff6600; }

/* Topic Path */
#footer ol.topic_path {
	clear: both;
	margin: 0 auto;
	padding: 0.5em 3%;
	border-top: 1px solid #cccccc;
}
#footer ol.topic_path li { display: inline; }
#footer ol.topic_path li + li:before {
	padding-right: 5px;
	content: ">";
}

/* Language Select Box */
#footer form.lang_select {
	margin-left: 3%;
	margin-bottom: 10px;
	display: none;
}
#footer form.lang_select select { font-size: 1em; }

/* Copyright */
#footer p.copyright {
	font-size: 0.9em;
	color: #cccccc;
	text-align: center;
}

@media screen and (min-width: 480px) {
	/*------------ Header ------------*/
	/* Navigation List */
	#header ul.nav_list {
		float: right;
		margin-right: 3%;
	}
	#header ul.nav_list li {
		float: left;
		margin-left: 30px;
	}

	/* Topic Path */
	#header ol.topic_path {
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 0.5em 3%;
		border-top: 1px solid #cccccc;
	}
	#header ol.topic_path li { display: inline; }
	#header ol.topic_path li + li:before {
		padding-right: 5px;
		content: ">";
	}
}

@media screen and (min-width: 800px) {
	/*------------ Header ------------*/
	/* Application Name */
	#header p.app_name {
		clear: none;
		float: right;
		margin-left: 0;
		margin-right: 3%;
	}
	#header p.search_num + p.app_name {
		margin-top: 0;
	}

	/*------------ Contents ------------*/
	#contents { width: 752px; }
}

@media screen and (min-width: 1024px) {
	/* Container Block */
	#container {
		width: 1000px;
		margin: 0 auto;
		border-left: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
	}
}

@media print {
	body { background-color: #ffffff; }

	/* Header */
	#header ul.lang_link { display: none !important; }
	#header div.search_wrap { display: none; }
	#header div.nav { display: none; }
	#header ol.topic_path { display: none; }
	#header p.search_num { display: none; }
	#header p.app_name { display: none; }

	/* Contents */
	#contents { padding-top: 0; }

	/* Footer */
	#footer div.nav { display: none; }
	#footer form.lang_select { display: none !important; }
}
